home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / MenuMadness.sit / MenuMadness / Source / C Source / MenuSelect.h < prev    next >
Text File  |  1996-06-21  |  168b  |  8 lines

  1.  
  2.  
  3. typedef enum {kFXNone, kFXZoomIn, kFXZoomOut, kFXWipe, kFXSlide}MenuFX;
  4.  
  5. long    AltMenuSelect(Point    where, MenuFX    showFX, MenuFX    hideFX);
  6.  
  7. void EraseMenuRect(Rect    *r);
  8.